Tests if the specified Point2D is inside the polygon defined by the specified array of points and the specified Rectangle2D.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
Java Copy Code |
---|
public static boolean pointInPolyRect ( |
Array of Point2D instances that defines the polygon.
The Point2D to test.
The Rectangle2D.
true if the point is inside the figure defined by the polygon and the rectangle; otherwise false.
MindFusion.Charting for Java Programmer's Guide | © 2024 MindFusion |